home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mfre.dir / 00294.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  201 b   |  11 lines

  1. on mouseUp
  2.   puppetSprite(6, 1)
  3.   set the visible of sprite 6 to 0
  4.   puppetSprite(6, 0)
  5.   puppetSprite(7, 1)
  6.   set the visible of sprite 7 to 1
  7.   puppetSprite(7, 0)
  8.   updateStage()
  9.   DecreaseVol()
  10. end
  11.